home *** CD-ROM | disk | FTP | other *** search
/ Mega Game 2000 #3 / Mega Game № 03 2000.iso / Data / Mainmenu.dxr / Script_13_About_out.ls < prev    next >
Encoding:
Text File  |  2000-02-15  |  129 b   |  15 lines

  1. on mouseEnter
  2. end
  3.  
  4. on mouseLeave
  5. end
  6.  
  7. on mouseDown
  8.   sprite(19).visible = 0
  9.   cursor(0)
  10.   go(label("Start"))
  11. end
  12.  
  13. on mouseUp
  14. end
  15.